All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.SearchResult

java.lang.Object
   |
   +----quicktime.std.movies.SearchResult

public final class SearchResult
extends Object
The SearchResult class represents the results returned from searching for text in a movie.


Method Index

 o getFoundTrack()
This method returns the found track.
 o getOffset()
This method returns the found offset.
 o getTime()
This method returns the found time.

Methods

 o getFoundTrack
 public Track getFoundTrack()
This method returns the found track.

Returns:
the found track.
 o getTime
 public int getTime()
This method returns the found time.

Returns:
the found time.
 o getOffset
 public int getOffset()
This method returns the found offset.

Returns:
the found offset.

All Packages  Class Hierarchy  This Package  Previous  Next  Index